home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / ee_030.zip / M_SAMPLE.CFG < prev    next >
Text File  |  1991-07-04  |  2KB  |  85 lines

  1. ;
  2. ;-----------------------------------------------------------------------
  3. ; EEMOVER.CFG Sample File. Edit Drive & Path Information for your system.
  4. ;------------------------------------------------------------------------
  5. ;
  6. ;  The Debug_On verb turns Debugging information on, allowing you to
  7. ;  watch the .CFG file as it's compiled, to aid in searching for
  8. ;  problem areas in your .CFG file
  9. ;
  10. Debug_off
  11. ;
  12. ;  Valid keywords:  Debug_On    Troubleshooting Mode
  13. ;                   Debug_Off   Turns Off Debug Information
  14. ;
  15. ;--------------
  16. ;
  17. ;  Your FidoNet Technology Address
  18. ;
  19. Address     1:103/200
  20. ;
  21. ;--------------
  22. ;
  23. ;  External archive sizing program
  24. ;
  25. ;Sizer_CMD    Sizemail.exe
  26. ;
  27. ;--------------
  28. ;
  29. ;  This line sets the maximum size (in bytes) a mail archive is allowed
  30. ;  to reach before creating a new archived mailbag for that address.
  31. ;
  32. Max_ArcSize 200000
  33. ;
  34. ;  Default is 100000
  35. ;
  36. ;--------------
  37. ;
  38. ;  These are predefined packers and must be defined before defining nodes
  39. ;  Valid Parameters:
  40. ;                    %N = A list of files to be compressed.
  41. ;                    %P = Destination Archive name.
  42. ;                    %D = Direct call to packer - Faster!
  43. ;
  44. Pack ARC f:\ARC\PKpak.exe -oct -ma %P @%N %D
  45. Pack PAK f:\ARC\PAK.EXE M %P @%N %D
  46. Pack LHA F:\ARC\LHA.EXE m /x /m %N @%P %D
  47. Pack ZIP f:\ARC\PkZip.exe -ex -m %P @%N %D
  48. ; Pack Zip Pkzip -ex -m %P @%N
  49. ;  NOTE:  The default packer is the first listed packer!
  50. ;         Please do not be annoying with this feature, and make
  51. ;         Old Compression Technique your first listed packer.
  52. ;
  53. ;--------------
  54. ;
  55. ;  Directory to move mail from
  56. ;
  57. Source d:\line1\out1
  58. ;
  59. ;--------------
  60. ;
  61. ;  Target directory for mail
  62. ;
  63. Dest d:\Combined\out3
  64. ;
  65. ;--------------
  66. ;
  67. ;  Defined nodes.  See ENGINE.DOC for further Information.
  68. ;
  69. Move 1:103/165  Crash  Zip
  70. Move 1:103/204  Crash  Zip
  71. Move 1:103/210  Crash  ARC
  72. Move 1:103/213  Crash  ARC
  73. Move 1:103/224  Crash  ARC
  74. Move 1:103/239  Crash  ZIP %O
  75. Move 1:103/241  Crash  LHA
  76. Move 1:103/260  Crash  ZIP
  77. Move 1:103/271  Hold   Zip %E
  78. Move 1:103/950  Crash  Zip %E
  79. Move 1:109/25   Direct ZIP
  80. Move 1:116/1000 Hold   PAK
  81. Move 1:143/302  Hold   Zip
  82. Move 1:309/11   Hold   ZIP
  83. Move 1:10200/2  Direct ARC
  84.